const github.com/aws/aws-sdk-go-v2/aws/arn.arnSections
4 uses
github.com/aws/aws-sdk-go-v2/aws/arn (current package)
arn.go#L11: arnSections = 6
arn.go#L65: sections := strings.SplitN(arn, arnDelimiter, arnSections)
arn.go#L66: if len(sections) != arnSections {
arn.go#L81: return strings.HasPrefix(arn, arnPrefix) && strings.Count(arn, ":") >= arnSections-1
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)